gtkrecentmanager: Avoid confusion between the meta-data and the actual resource.
authoraakash <aakash.goenka@gmail.com>
Mon, 8 Jul 2013 21:41:27 +0000 (03:11 +0530)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 9 Jul 2013 10:51:45 +0000 (06:51 -0400)
Fixed the documentation to clarify that gtk_recent_info_get_visited
and gtk_recent_info_get_modified are actually about the recent info
meta-data rather than the resource itself.

https://bugzilla.gnome.org/show_bug.cgi?id=703827

gtk/gtkrecentmanager.c

index d2f4d68de795d447b5254c1effa31c933ab7da25..ab96db28d2402e8ca69dbe6a0ed7ad202c272d0e 100644 (file)
@@ -1660,8 +1660,8 @@ gtk_recent_info_get_added (GtkRecentInfo *info)
  * gtk_recent_info_get_modified:
  * @info: a #GtkRecentInfo
  *
- * Gets the timestamp (seconds from system's Epoch) when the resource
- * was last modified.
+ * Gets the timestamp (seconds from system's Epoch) when the meta-data
+ * for the resource was last modified.
  *
  * Return value: the number of seconds elapsed from system's Epoch when
  *   the resource was last modified, or -1 on failure.
@@ -1680,8 +1680,8 @@ gtk_recent_info_get_modified (GtkRecentInfo *info)
  * gtk_recent_info_get_visited:
  * @info: a #GtkRecentInfo
  *
- * Gets the timestamp (seconds from system's Epoch) when the resource
- * was last visited.
+ * Gets the timestamp (seconds from system's Epoch) when the meta-data
+ * for the resource was last visited.
  *
  * Return value: the number of seconds elapsed from system's Epoch when
  *   the resource was last visited, or -1 on failure.